aboutsummaryrefslogtreecommitdiff
path: root/tests/KDEInstallDirsTest/qt_vars_defined/main.c
diff options
context:
space:
mode:
authorAlex Merry <alex.merry@kde.org>2014-09-11 21:00:00 +0100
committerAlex Merry <alex.merry@kde.org>2014-09-11 21:00:00 +0100
commitf8609e8b64fd9170aa1444ad4e2f6d6d759e9050 (patch)
tree083c6d46b2d494bd6f8161e523d9dff82dadbc4a /tests/KDEInstallDirsTest/qt_vars_defined/main.c
parent6ab50fa9e27c4710beb2641fd510dfce08cc2719 (diff)
downloadextra-cmake-modules-f8609e8b64fd9170aa1444ad4e2f6d6d759e9050.tar.gz
extra-cmake-modules-f8609e8b64fd9170aa1444ad4e2f6d6d759e9050.tar.bz2
Fix fallout from recent ECM patches
KDE modules cannot assume the normal ECM modules are in the CMake module path, and CMAKE_INSTALL_IMPORTS_INSTALL_DIR / QTQUICKIMPORTSDIR was not set correctly. Also, ECMQueryQmake.cmake used a deprecated CMake command (exec_program).
Diffstat (limited to 'tests/KDEInstallDirsTest/qt_vars_defined/main.c')
-rw-r--r--tests/KDEInstallDirsTest/qt_vars_defined/main.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/KDEInstallDirsTest/qt_vars_defined/main.c b/tests/KDEInstallDirsTest/qt_vars_defined/main.c
new file mode 100644
index 00000000..c13815ce
--- /dev/null
+++ b/tests/KDEInstallDirsTest/qt_vars_defined/main.c
@@ -0,0 +1,4 @@
+int main()
+{
+ return 0;
+}