Skip to content

Instantly share code, notes, and snippets.

@manashmandal
Created March 30, 2016 15:41
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save manashmandal/e3a89c180404a63bb2190c1cb4b3e2b7 to your computer and use it in GitHub Desktop.
Save manashmandal/e3a89c180404a63bb2190c1cb4b3e2b7 to your computer and use it in GitHub Desktop.
#-------------------------------------------------
#
# Project created by QtCreator 2016-03-30T21:02:34
#
#-------------------------------------------------
QT += core gui
greaterThan(QT_MAJOR_VERSION, 4): QT += widgets
TARGET = AdminPrivExample
TEMPLATE = app
SOURCES += main.cpp\
adminpriv.cpp
HEADERS += adminpriv.h
FORMS += adminpriv.ui
#load the rc file
win32 {
RC_FILE = AdminPriv.rc
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment